home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / comm / tm420_3.zip / UPGRADE.TXT < prev   
Text File  |  1995-06-14  |  4KB  |  95 lines

  1. Upgrading from v4.1x to v4.20
  2. ───────────────────────────────────────────────────────────────────────────
  3.  
  4.     Upgrading from 4.1x is sample, you can replace the following
  5.     files with the new ones
  6.  
  7.         TM.EXE          the main program
  8.         TM.OVL          the main program (overlay)
  9.         TM.RES          the resource file
  10.         TM.HLP          the help file
  11.         TMS.EXE         the script compiler
  12.         TMINST.EXE      the installation program
  13.         TMSTAT.EXE      the statistic program
  14.         TMPHONE.EXE     the phone maintenance utility
  15.         HOST.EXE        the self-extract host scripts
  16.         TOOLBOX.EXE     the self-extract toolbox scripts
  17.  
  18.     There is no change in the configuration file format.
  19.     Note: DO NOT change the version number in TM.CFG. It should read
  20.           4.11 even you are running 4.20.
  21.  
  22.     The old script files (both *.SCR and *.TMS) are compatible with the
  23.     new ones. However, a v4.20 script may not run correctly in an older
  24.     version if the script contains the new Query/Set QuoteString,
  25.     Query/Set ScriptEcho, Query/Set AltKeys and WaitFor -1 commands.
  26.  
  27.  
  28.  
  29. Upgrading from v3.xx and v4.00 to v4.20
  30. ───────────────────────────────────────────────────────────────────────────
  31.  
  32.     To upgrade from v3.xx and 4.00, you can replace the following files
  33.     with the new ones
  34.  
  35.         TM.EXE          the main program
  36.         TM.OVL          the main program (overlay)
  37.         TM.RES          the resource file
  38.         TM.HLP          the help file
  39.         TMS.EXE         the script compiler
  40.         TMINST.EXE      the installation program
  41.         TMSTAT.EXE      the statistic program
  42.         TMPHONE.EXE     the phone maintenance utility
  43.         HOST.EXE        the self-extract host scripts
  44.         TOOLBOX.EXE     the self-extract toolbox scripts
  45.  
  46.     Then run "UPGRADE TM.CFG" to upgrade your configuration file to the
  47.     new format.
  48.  
  49.  
  50.  
  51. Upgrading from v2.xx to v4.20
  52. ───────────────────────────────────────────────────────────────────────────
  53.  
  54.     This upgrade procesure assumes that you have Telemate already installed
  55.     in the directory \TM,
  56.  
  57.     1. Before you do anything, MAKE A BACKUP of the \TM directory. You WILL
  58.        NEED some files from it later.
  59.     2. Copy all files (or extract them from the .ZIP) to \TM. You can
  60.        overwrite all the files.
  61.     3. Copy the TM.CFG from your backup to \TM and at the DOS prompt run
  62.        "UPGRADE TM.CFG".
  63.     4. Copy the TM.FON and TM.MEM from your backup to \TM.
  64.     5. Delete all *.TMS files.
  65.     6. Run TMINST.EXE to check if all the options are setup correctly.
  66.     7. If you are using the HOST script, you can run HOST.EXE to extract
  67.        the host script, copy the HUSER.HST from the backup to \TM and
  68.        then run the script HCONFIG.SCR to setup the host mode.
  69.  
  70.     If you want to install v4.11 in a different directory, say C:\TM4,
  71.  
  72.     1. Copy all the files (or extract them from .ZIP) to C:\TM4.
  73.     2. Copy the TM.CFG from \TM to C:\TM4 and at the DOS prompt run
  74.        "UPGRADE TM.CFG".
  75.     3. Edit TM.CFG and changes the lines to
  76.            DirTelemate="C:\TM4\"
  77.            DirScript="C:\TM4\"
  78.        * It is VERY IMPORTANT that you have the directory set up correctly.
  79.          Otherwise, Telemate will not run.
  80.     4. Edit your AUTOEXEC.BAT and change (or add) the line
  81.            SET TMCFG=C:\TM4\TM.CFG
  82.     5. Copy the TM.FON and TM.MEM from \TM to C:\TM4.
  83.     6. Run TMINST.EXE to check if all the options are setup correctly.
  84.  
  85.     Notes:
  86.     1. The new *.MAC and *.PAD are not compatible with the old ones. You
  87.        will have to set up your macro again.
  88.     2. If you are using a 101-key keyboard, you should turn ON the 'Enhanced
  89.        Keyboard' option under the Options/Mouse & Keyboard dialog.
  90.     3. The VT102 keypad table is changed in order to emulate the actual
  91.        terminal more accurately. Please refer to Appendix B in the file
  92.        TELEMATE.DOC for details on the keyboard assignment.
  93.  
  94.  
  95.